home *** CD-ROM | disk | FTP | other *** search
- # This makefile should be run in the following directory:
- # c:\cscout\samples
- #
-
- .all: \
- .\MTESTPM.EXE
-
- .SUFFIXES:
-
- .SUFFIXES: .C .RC
-
- .RC.res:
- rc.exe -r %s %|fF.RES
-
- .C.obj:
- icc.exe /G3 /O+ /Ss /Se /Q /Ge+ /Gd- /Gm+ /C %s
-
- .\MTESTPM.EXE: \
- .\MISC.obj \
- .\MTESTPM.obj \
- .\MTESTPM.res \
- {$(LIB)}DATT.LIB \
- {$(LIB)}MTESTPM.DEF \
- mtestpm.mak
- link386.exe @<<
- /PM:PM /NOE /EXEPACK /NOI /NOLOGO /BASE:0x10000 /ALIGN:16 +
- .\MISC.obj +
- .\MTESTPM.obj
- MTESTPM.EXE
-
- DATT.LIB
- MTESTPM.DEF;
- <<
- rc.exe .\MTESTPM.res MTESTPM.EXE
- ipfc .\mtestpm.ipf /w3
- msgbind mtestpm.msg
- ipfc mtestpm.ipf /W3
-
-
- !include mtestpm.Dep